home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Windows marzen / Macro ToolsWorks 6.31 / tworks.exe / Samples / Close all Notepad windows.mcr < prev    next >
Text File  |  2003-06-11  |  280b  |  17 lines

  1. <#> 
  2. <#> This sample Closes all Notepad windows
  3. <#> 
  4. <cmds>
  5. <me_error_nodisplay>
  6.  
  7. <label>("CloseNext")
  8. <winclose>("mw[[  ]] mc[[ Notepad ]] cw[[  ]] cc[[  ]] ",0)
  9.  
  10. <if_str>("_vErr==NO")
  11.    <goto>("CloseNext")
  12. <else>
  13.    <me_error_clear>
  14. <endif>
  15.  
  16. <me_error_display>
  17.